@charset "utf-8";
/* CSS Document */

#main_right {
	height: 790px;
	width: 245px;
}
#main_right img {
	margin-bottom: 5px;
}
#main_right ul {
	margin: 0px;
	padding: 0px;
}
#main_right ul li {
	display: block;
	width: 237px;
	height: 45px;
	line-height: 45px;
	background-color: #F1F3F0;
	border: 1px solid #D2D4D1;
	margin-bottom: 10px;
	font-family: "微软雅黑";
	list-style-type: none;
	text-indent: 80px;
}
#main_right ul #icon1 {
	background-image: url(../img/icon_1.png);
	background-repeat: no-repeat;
	background-position: 35px center;
}
#main_right ul #icon2 {
	background-image: url(../img/icon_2.png);
	background-repeat: no-repeat;
	background-position: 35px center;
}
#main_right ul #icon3 {
	background-image: url(../img/icon_3.png);
	background-repeat: no-repeat;
	background-position: 35px center;
}
#main_right ul #icon4 {
	background-image: url(../img/icon_4.png);
	background-repeat: no-repeat;
	background-position: 35px center;
}
#main_right ul #icon5 {
	background-image: url(../img/icon_5.png);
	background-repeat: no-repeat;
	background-position: 35px center;
}
#main_right ul a {
	color: #666;
	text-decoration: none;
}
#main_right ul a:hover {
	color: #58A5D4;
}
#main_right ul #icon_contact {
	background-color: #FDFAF3;
	height: 60px;
	border: thin solid #E6D9C8;
	text-indent: 60px;
	background-image: url(../img/contact.png);
	background-repeat: no-repeat;
	background-position: 20px 25px;
	line-height: 61px;
}
#main_right ul #icon_contact h2 {
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #999;
}
#main_right ul #icon_contact h2 a {
	color: #999;
}
#main_right ul #icon_contact h2 a:hover {
	color: #58A5D4;
}
#main_right ul img {
	border: thin solid #D2D4D1;
}
